DocGenericEvent_BeforeDeleteReference event

Occurs before a reference between documents is manually deleted by a user.

Syntax

DocGenericEvent_BeforeDeleteReference(Batch, RefType, TargetDocument, [RefDisplayName])
Parameters
Name Description

Batch

An object that represents the batch of documents the user has selected.

RefType

Name of the reference type assigned to the reference.

TargetDocument

Document object to which the reference was made.

RefDisplayName

Name that was assigned to the reference.

Remarks

If the Batch.Abort method is called in this event from the Meridian Web Client, the reference will not be deleted.

Related concepts

About the document generic events